home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / autolisp.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  5.3 KB  |  166 lines

  1. object TPersHolder
  2.   P.Name = 'AutoLISP AutoCad R14'
  3.   P.Extensions.Strings = (
  4.     'Autolisp files (*.lsp)|*.lsp')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       UseMetaSymbol = True
  10.       UseMetaToWrapLines = False
  11.       MetaSymbol = '\'
  12.       FIText = 9
  13.       FIIntNum = 3
  14.       FIFloatNum = 4
  15.       FIHexNum = 3
  16.       FIIdentifier = 5
  17.       UseComments = True
  18.       UseSingleLineComments = True
  19.       UseMultiLineComments = True
  20.       UseStrings = True
  21.       UseSingleLineStrings = True
  22.       UseNumbers = True
  23.       UseIdentifiers = True
  24.       UseKeywords = True
  25.       BlockDelimiters = <>
  26.       SingleLineCommentDelimiters = <
  27.         item
  28.           FontID = 10
  29.           LeftDelimiter = ';'
  30.         end>
  31.       MultiLineCommentDelimiters = <
  32.         item
  33.           FontID = 1
  34.           LeftDelimiter = '/*'
  35.           RightDelimiter = '*/'
  36.         end>
  37.       SingleLineStringDelimiters = <
  38.         item
  39.           FontID = 2
  40.           LeftDelimiter = '"'
  41.           RightDelimiter = '"'
  42.         end>
  43.       KeywordSets = <
  44.         item
  45.           FontID = 6
  46.           Name = 'Functions'
  47.           Keywords = 
  48.             '*error*,abs,acad_colordlg,acad_strlsort,alert,and,angle,angtof,a' +
  49.             'ngtos,append,apply,ascii,assoc,atan,atof,atoi,atom,atoms-family,' +
  50.             'autoload,boole,boundp,caaaar,caaadr,caaar,caadar,caaddr,caadr,ca' +
  51.             'ar,cadaar,cadadr,cadar,caddar,cadddr,caddr,cadr,car,cdaaar,cdaad' +
  52.             'r,cdaar,cdadar,cdaddr,cdadr,cdar,cddaar,cddadr,cddar,cdddar,cddd' +
  53.             'dr,cdddr,cddr,cdr,close,command,cond,cons,cos,cvport,cvunit,defu' +
  54.             'n,distance,distof,entdel,entget,entlast,entmake,entmod,entnext,e' +
  55.             'ntsel,entupd,eq,equal,eval,exit,exp,expt,findfile,fix,float,fore' +
  56.             'ach,gcd,getangle,getcorner,getdist,getenv,getfiled,getint,getkwo' +
  57.             'rd,getorient,getpoint,getreal,getstring,getvar,graphscr,grdraw,g' +
  58.             'rread,grtext,grvecs,handent,help,chr,if,initget,inters,itoa,lamb' +
  59.             'da,last,length,list,listp,load,log,logand,logior,lsh,mapcar,max,' +
  60.             'mem,member,menucmd,min,minusp,nentsel,nentselp,not,nth,null,numb' +
  61.             'erp,open,or,osnap,polar,prin1,princ,print,progn,prompt,quit,quot' +
  62.             'e,read,read-char,read-line,redraw,rem,repeat,reverse,rtos,set,se' +
  63.             'tfunhelp,setq,setvar,setview,sin,snvalid,sqrt,ssadd,ssdel,ssget,' +
  64.             'ssgetfirst,sslength,ssmemb,ssname,ssnamex,sssetfirst,startapp,st' +
  65.             'rcase,strcat,strlen,subst,substr,tblnext,tblobjname,tblsearch,te' +
  66.             'rpri,textbox,textpage,textscr,trace,trans,type,untrace,ver,vport' +
  67.             's,wcmatch,while,write-char,write-line,zerop'
  68.         end
  69.         item
  70.           FontID = 8
  71.           Name = 'Constants'
  72.           Keywords = 
  73.             '$data,$key,$reason,$value,action_tile,ADD_LIST,CLIENT_DATA_TILE,' +
  74.             'dimx_tile,dimy_tile,DONE_DIALOG,DONE_POSITIONED_DIALOG,end_image' +
  75.             ',end_list,fill_image,GET_ATTR,GET_ATTR_STRING,GET_TILE,mode_tile' +
  76.             ',new_dialog,NEW_POSITIONED_DIALOG,set_tile,slide_image,start_dia' +
  77.             'log,start_image,start_list,unload_dialog,vector_image'
  78.         end>
  79.       FirstIdentChars = '#-&?-Z_a-z'
  80.       OtherIdentChars = '#-&\-0-:?-Z_a-z'
  81.     end>
  82.   P.FontTable = <
  83.     item
  84.       FontID = 2
  85.       GlobalAttrID = 'String'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clMaroon
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = []
  91.     end
  92.     item
  93.       FontID = 3
  94.       GlobalAttrID = 'Integer'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clGreen
  97.       Font.Height = -13
  98.       Font.Name = 'Courier New'
  99.       Font.Style = []
  100.     end
  101.     item
  102.       FontID = 4
  103.       GlobalAttrID = 'Float'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clGreen
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = []
  109.     end
  110.     item
  111.       FontID = 5
  112.       GlobalAttrID = 'Identifier'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clBlack
  115.       Font.Height = -13
  116.       Font.Name = 'Courier New'
  117.       Font.Style = []
  118.     end
  119.     item
  120.       FontID = 6
  121.       GlobalAttrID = 'Reserved words'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlue
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = []
  127.     end
  128.     item
  129.       FontID = 8
  130.       GlobalAttrID = 'Defines'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clGreen
  133.       Font.Height = -13
  134.       Font.Name = 'Courier New'
  135.       Font.Style = []
  136.     end
  137.     item
  138.       FontID = 9
  139.       GlobalAttrID = 'Plain Text'
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clBlack
  142.       Font.Height = -13
  143.       Font.Name = 'Courier New'
  144.       Font.Style = []
  145.     end
  146.     item
  147.       FontID = 10
  148.       GlobalAttrID = 'Comment'
  149.       Font.Charset = DEFAULT_CHARSET
  150.       Font.Color = clGray
  151.       Font.Height = -13
  152.       Font.Name = 'Courier New'
  153.       Font.Style = [fsItalic]
  154.     end
  155.     item
  156.       FontID = 1
  157.       GlobalAttrID = 'Comment'
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clGray
  160.       Font.Height = -13
  161.       Font.Name = 'Courier New'
  162.       Font.Style = [fsItalic]
  163.     end>
  164.   P.SyntaxVersion = 3
  165. end
  166.